Technote Number: 1144628
Problem:
This issue was reported to Quality Engineering as SPR# AGUD5SKM8U and has been
addressed in Domino 6.5.4 and 6.0.5.
Excerpt from the Lotus Notes and Domino Release 6.5.4 and 6.0.5 MR fix list
(available at http://www.ibm.com/developerworks/lotus/):
LEI
SPR# AGUD5SKM8U - The EIConnectionPool setting ignored if data source maximum
not specified for all connectors.
To work around the problem, always specify both the maximum connection pool
size and "connection max" number for each connection, not the connection pool
size only. For instance, instead of the following (similar to the example in
the Domino Designer help):
EIConnectionPool=oracle,10,db2,35,5,oledb,7
you should use this:
EIConnectionPool=oracle,10,10,db2,35,5,oledb,7,7
With the former syntax, the Lotus Connector system would ignore the setting for
DB2. More >
|  |
|
|
|
|